home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.june.archive / 000023_bkhouse!nkraft_Tue, 8 Jun 93 07:51:49 PST.msg < prev    next >
Text File  |  1993-08-31  |  2KB  |  51 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Tue, 8 Jun 93 07:51:49 PST
  3. Received: by bkhouse.cts.com (V1.16/Amiga)
  4.     id AA00ejd; Tue, 8 Jun 93 07:16:00 PST
  5. Date: Tue, 8 Jun 93 07:16:00 PST
  6. Message-Id: <9306081516.AA00ejc@bkhouse.cts.com>
  7. X-Mailer: //\\miga Electronic Mail (AmiElm 1.15)
  8. Organization: Argus Computing, San Diego, CA
  9. Reply-To: nkraft@bkhouse.cts.com
  10. From: nkraft@bkhouse.cts.com (Norman R. Kraft)
  11. To: amigae@bkhouse.cts.com
  12. Subject: re:  How do you use E?
  13.  
  14. This was caught in a mail fiasco, so I'm putting it up manually.
  15.  
  16. Originally From: "Barry D. Wills" <BWILLS@kirk.safb.af.mil>
  17.  
  18. I have used E in three small projects to date:
  19.  
  20. 1.  Fill, a file-copy program primarily intended for use as a hard-drive-
  21. to-floppy utility, which copies files using a best-fit algorithm so that
  22. there is the least possible amount of wasted storage.  Files are left whole,
  23. not split.  (This was distibuted before I realized there was such an avid
  24. interest in E source code, so the source will be included with the next
  25. release.  It may be especially interesting because it computes DOS overhead
  26. on OFS floppies.  Let me know if you can't wait for the next release, I'll
  27. mail it to the list.)  Latest version is 0.11b.
  28.  
  29. 2.  EPP, which I've come to find has a few fans out there.  This E
  30. Preprocessor lends modularity to E V2.1b.  I wrote it for me, and released
  31. it to the net at the recommendation of a friend.  Latest version is 0.13b.
  32.  
  33. 3.  Fish2HT, which is really a package of three easy-to-use utilities that
  34. eat FishXrefs and FishCons and spit out Amigaguide docs.  Latest version is
  35. 0.10b.
  36.  
  37.  
  38. What I have in the making:
  39.  
  40. 1.  A simple game I'm using to teach myself Amiga graphics and animation.
  41. That's why I need E or C code that shows bob usage.  With the books I have
  42. I'd have to do a lot of digging.  I'd rather learn by example.  Sprites were
  43. easy.  If anyone wants to see some sprite code, let me know.
  44.  
  45. 2.  I'll probably come up with some E tools and examples along the way,
  46. which I'll be posting.
  47.  
  48. I know not where I'll go from there...
  49.  
  50. -- Barry
  51.